From c7e1f3c0ed9ea0772b74eb819a27145368323ae5 Mon Sep 17 00:00:00 2001 From: Derick Alangi Date: Mon, 19 Aug 2019 17:22:24 +0100 Subject: [PATCH] logging: Fix typo for `getPerformer()` interface method declaration Not sure but the previous wording didn't make much sense or is it correct that way? Change-Id: Ia5bea91fb426bb2fe742e656e5a826b8c07d88ee --- includes/logging/LogEntry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/logging/LogEntry.php b/includes/logging/LogEntry.php index 17f72bd574..ce68a91897 100644 --- a/includes/logging/LogEntry.php +++ b/includes/logging/LogEntry.php @@ -59,7 +59,7 @@ interface LogEntry { public function getParameters(); /** - * Get the user for performed this action. + * Get the user who performed this action. * * @return User */ -- 2.20.1